func runtime/pprof.printCountCycleProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L464: func printCountCycleProfile(w io.Writer, countName, cycleName string, records []profilerecord.BlockProfileRecord) error {
		pprof.go#L1002: 		return printCountCycleProfile(w, "contentions", "delay", p)